home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / FZNUM.ZIP / fuzzy / readme.txt < prev   
Text File  |  1994-10-03  |  2KB  |  69 lines

  1.  
  2.             FUZZY ARITHMETIC LIBRARY
  3.                  (alpha version)
  4.  
  5.     This package contains a very simple implementation of a fuzzy
  6. number representation using confidence intervals, together with the basic
  7. arithmetic operators and trigonometrical functions.
  8.  
  9.  
  10.     The library is written in the C++ language and has been tested
  11. with Borland C++ 3.1 and djgpp 1.11 under Ms-Dos, and with gcc 2.5.8 under
  12. Linux and Hp-Ux. Provided codes, although tested, are to be considered as
  13. alpha version: USE THEM AT YOUR OWN RISK.
  14.  
  15.  
  16.     No manual is available yet. Print and read carefully the paper
  17. provided into paper.dvi: it contains a brief explanation of our work and
  18. points out the critical cases. In particular, see section 2.4. about
  19. the multiple occurrence problem: at Dipartimento di Matematica we 
  20. implemented the described algorithms in a previous FORTRAN libray but 
  21. I did not ported them into the current C++ library yet. 
  22. You can also refer to the book
  23.  
  24.         A. Kaufmann, M.M. Gupta
  25.         Introduction to Fuzzy Arithmetic: Theory and Applications
  26.         Van Nostrand Reinhold
  27.         New York, 1991
  28.  
  29.  
  30.     The library is available by anonymous FTP from the server of
  31. Dipartimento di Matematica (Universita' di Catania, Italy):
  32.  
  33.   -    ftp to mathct.dipmat.unict.it (151.97.252.1), 
  34.     log on as 'anonymous' and give your user ID as password.
  35.  
  36.   -    change directory into 'fuzzy' (the system is a VAX running VMS)
  37.     and change trasmission method to binary.
  38.  
  39.   -    get the files fznum*.zip (msdos) or fznum*.taz (unix tar and
  40.     compress) or fznum*.tgz (unix tar and gzip).
  41.  
  42.  
  43.     The library IS NOT FREE SOFTWARE: you can freely use and
  44. distribute it provided that:
  45.  
  46.   -    you cite me (Salvatore Deodato) and Dipartimento di Matematica
  47.     of Universita' di Catania (Italy) in all your derived works.
  48.  
  49.   -    you send me an e-mail writing what is your interest in fuzzy
  50.     arithmetic, your comments on the package and your use of it.
  51.  
  52.     
  53.     I would be grateful for bug reports (even better, fixes): I will
  54. try to support you as well as my current job will allow me that. Do
  55. send me your enhancements too, and I will try to incorporate them in
  56. future releases.
  57.  
  58. ------------------------------------------------------------------
  59. Salvatore Deodato, October 1994
  60.  
  61. Dipartimento di Matematica
  62. Universita' di Catania
  63. viale Andrea Doria,6
  64. I-95125 CATANIA (Italy)
  65.  
  66. e-mail: deodato@dipmat.unict.it
  67.  
  68.  
  69.